home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / stub2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  73 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Body Stubber
  3. -- VERSION           : 2.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : petsd!joe@RUTGERS.EDU
  6. -- AUTHOR            : Joseph M. Orost
  7. --                   : Concurrent Computer Corporation
  8. --                   : 106 Apple St
  9. --                   : Tinton Falls, NJ  07724
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 15 July 1983
  12. -- DATE RELEASED     : 
  13. -- DATE LAST UPDATED : 5 May 1987
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : Concurrent Computer Corporation C3Ada R00-01
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  18. -- CATEGORY LEVEL 2  : STUBBER
  19. -- CATEGORY LEVEL 3  : Body Stubber 2
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : 
  22. -- INDEX             : Stub
  23. -- INDEX             : PDL
  24. -- INDEX             : Software Development
  25. -- TAXONOMY          : 
  26. -- DEPENDENCIES      : 
  27. -- SEE ALSO          : 
  28. --= FILE LISTING         ===============================================--
  29. -- FILE SPECS        : PD:<ADA.STUBBER>STUB2.*
  30. -- DIRECTORY DISPLAY :
  31. -- Directory   PD:<ADA.STUBBER>
  32. --      File Name     Byte Count  Line Count
  33. --   ---------------  ----------  ----------
  34. --   STUB2.CMM               142           3
  35. --   STUB2.DIS               234          10
  36. --   STUB2.PRO              5872         125
  37. --   STUB2.SRC            128470        3084
  38. --   ===============  ==========  ==========
  39. --     4 Files            134718        3222
  40. --= ABSTRACT             ===============================================--
  41. --         This program  reads  an  Ada  specification  and  generates  a
  42. -- corresponding  Body with stubs for all subprograms.  The compiler used
  43. -- to write these programs was a 1982 (non ANSI Standard)  Ada  compiler,
  44. -- so  these  packages  will need to be updated before they will run on a
  45. -- Mil Std 1815A Ada compiler.  All of the compiler peculiarities, editor
  46. -- dependencies,   and   filer   dependencies  have  been  moved  to  the
  47. -- ROS_DEPENDENCIES package, with the exception of any peculiarities that
  48. -- might occur due to using 1982 nonANSI standard Ada.
  49. --= REVISION HISTORY     ===============================================--
  50. --
  51. -- DATE         VERSION AUTHOR                  HISTORY 
  52. -- 07/15/83     1.0     Steven E. Nameroff      Initial Release
  53. -- 05/05/87     2.0     Joseph M. Orost         Major rewrite
  54. --= RELEASE NOTICE       ===============================================--
  55. -- This prologue must be included in all copies of this software.
  56. -- 
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --= DISCLAIMER           ===============================================--
  63. --     This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.  No warranties
  65. -- as to performance, merchantability, or fitness for a particular
  66. -- purpose exist.
  67. --     The user is advised to test the software thoroughly before
  68. -- relying on it.  The user must assume the entire risk and liability of
  69. -- using this software.  In no event shall any person or organization of
  70. -- people be held responsible for any direct, indirect, consequential or
  71. -- inconsequential damages or lost profits.
  72. --======================================================================--
  73.